home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftp-gui.lha / FTP-Guide / ReadMe First.txt < prev    next >
Text File  |  1995-11-12  |  2KB  |  60 lines

  1.  
  2. This is an old idea i have thought about some time now, and i pushed
  3. myself to create these arexx scripts...
  4.  
  5. What they will do? Simply allow you to access internet in Amigaguide
  6. documents...
  7.  
  8. You can now send mail, access WWW pages and download/upload files just
  9. by pressing an button in a guide.
  10.  
  11. How does it work?
  12.  
  13. Ok, lets look at an example:
  14.  
  15. @{" buttontext " system "run >CON: sys:rexxc/rx MAIL name@address"}
  16.                                |    |            |       | 
  17.    Where text output should go '    |            |       ` The receivers
  18.    Disable it with >NIL:, make      |            |         email address
  19.    a logfile with something like    |            |
  20.    >ram:logfile.txt, let your       |            `- My arexx command.
  21.    amiga speak it with >SPEAK:      |
  22.    Use your imagination!            |
  23.                                     `- For some reason, you must supply the
  24.                                        complete path to the arexx RX command
  25.                                        here. 
  26.  
  27. MAIL - Send mail to anyone
  28.  
  29. WWW  - Access any http document using AMosaic. If AMosaic isn't loaded, it
  30.        will automatically be loaded.
  31.  
  32. FTPGET/
  33. FTPPUT - Get/put/ a file from any ftp host. For this to work, you must use
  34.          FTPMOUNT which you can find on Aminet. It will mount FTP as a part
  35.          of your filesystem. Anyway, if you don't give it any parameters, a
  36.          reqtools requester will appear.
  37.  
  38. For more information, check out the Example.GUIDE, it will explain
  39. everything for you... Or you could allways ask me for help!
  40.  
  41. Note that you SHOULD edit the preferences in each of the files. Otherwize it
  42. won't work. (Just load the scripts into an editor...)
  43.  
  44. REQUIREMENTS:
  45. #############
  46.  
  47. * AREXX (Naturally :-)
  48.  
  49. * A connection to internet with AmiTCP or similar...
  50.  
  51. * FTMount for FTP fileaccess... It allows you to access FTP sites like a
  52.   real part amigados filesystem.  (pub/aminet/comm/tcp/FTPMount.lha)
  53.  
  54. * Amosaic for WWW documents. (pub/aminet/comm/tcp/Mosaic1.2AmiTC.lha)
  55.  
  56. * Amiga ELM for direct EMAIL. (pub/aminet/comm/mail/AmigaElm-v8.lha)
  57.  
  58.  
  59. Christer Bjarnemo   mr.bjarnemo@mn.medstroms.se
  60.